-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azurerm_virtual_desktop_host_pool
- support for public_network_access
#25611
azurerm_virtual_desktop_host_pool
- support for public_network_access
#25611
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR @ASHR4. Would you mind taking a look over the suggestion left-line. In addition could you also confirm that the default value returned by the API if the field isn't specified at all is indeed Enabled
? Once that's done we can continue with the review.
internal/services/desktopvirtualization/virtual_desktop_host_pool_resource.go
Outdated
Show resolved
Hide resolved
Hi @stephybun, if the field is not supplied, it is indeed Enabled :) |
azurerm_virtual_desktop_host_pool
- support for public_network_access_enabled
azurerm_virtual_desktop_host_pool
- support for public_network_access
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ASHR4 LGTM 🦀
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Community Note
Description
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_virtual_desktop_host_pool
- support for thepublic_network_access_enabled
propertyThis is a (please select all that apply):
Related Issue(s)
Fixes #22429
Note
If this PR changes meaningfully during the course of review please update the title and description as required.